'Usage Dim instance As NotifyCollection(Of T) Dim value() As T instance.AddRange(value)
Parameters
- value
- An array of type T containing the objects to add to the collection.
'Usage Dim instance As NotifyCollection(Of T) Dim value() As T instance.AddRange(value)
Exception | Description |
---|---|
System.ArgumentNullException | When the value of value is a null reference (Nothing in Visual Basic). |